home *** CD-ROM | disk | FTP | other *** search
- Path: pubxfer.news.psi.net!usenet
- From: bweiss@somehost.somedomain (Bill Weiss)
- Newsgroups: comp.lang.c++
- Subject: Creating Flat Thunks with Borland C++ 4.5
- Date: 19 Feb 1996 17:07:20 GMT
- Organization: ASSET InterTech, Inc.
- Message-ID: <4gaao8$jvs@client1.news.psi.net>
- NNTP-Posting-Host: host48.asset-intertech.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- I am having major trouble creating and using flat thunks under Win95 using the
- Borland C++ 4.5 environment. The 16-bit side of the thunk went OK. But when
- building the 32-bit side I encountered TLINK choking on the thunk32.lib found
- in the Win32 SDK. I then used implib on the KERNEL32.DLL to generate my own
- thunk32.lib and TLINK liked it. However, in executing the thunk the
- ThunkConnect32 function failed to create the thunk. After man days of head
- banging I can not find the problem. A point in any direction to resolve this
- problem would be great.
-
- Thanks,
- Bill Weiss
-
-